(get_adstyle_property): Call font_intern_prop with 1 as
authorKenichi Handa <handa@m17n.org>
Fri, 26 Jun 2009 06:15:54 +0000 (06:15 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 26 Jun 2009 06:15:54 +0000 (06:15 +0000)
the arg FORCE_SYMBOL.

src/ftfont.c

index 70c1797dce06cd50f4d0c3edae968c6ba82e7e53..789e6a7f685ba6b1f30d0a586bb714240adb397a 100644 (file)
@@ -177,7 +177,7 @@ get_adstyle_property (FcPattern *p)
       || xstrcasecmp (str, "Oblique") == 0
       || xstrcasecmp (str, "Italic") == 0)
     return Qnil;
-  adstyle = font_intern_prop (str, end - str, 0);
+  adstyle = font_intern_prop (str, end - str, 1);
   if (font_style_to_value (FONT_WIDTH_INDEX, adstyle, 0) >= 0)
     return Qnil;
   return adstyle;